API Help
Eplan.EplApi.HEServices Namespace / Renumber Class / PagesSupplementaryField Method / PagesSupplementaryField(Page[],Int32,Int16,UInt32,UInt32) Method
Array of pages whose property is to be renumbered.
Id of the property to renumber.
Index of the property to renumber.
An integer start value.
Minimal number of digits in the value.

In This Topic
    PagesSupplementaryField(Page[],Int32,Int16,UInt32,UInt32) Method
    In This Topic
    Method for renumbering one of supplementary properties of pages.
    Syntax
    public void PagesSupplementaryField( 
       Page[] arrPages,
       int propID,
       short propIndex,
       uint nStartValue,
       uint nNumberOfDigits
    )
    public:
    void PagesSupplementaryField( 
       array<Page^>^ arrPages,
       int propID,
       short propIndex,
       uint nStartValue,
       uint nNumberOfDigits
    ) 

    Parameters

    arrPages
    Array of pages whose property is to be renumbered.
    propID
    Id of the property to renumber.
    propIndex
    Index of the property to renumber.
    nStartValue
    An integer start value.
    nNumberOfDigits
    Minimal number of digits in the value.
    Exceptions
    ExceptionDescription
    Thrown, if an argument is set to null.
    An error occurred during numbering.
    An error occurred during numbering.
    See Also